home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / os2 / commo70.zip / PINE.MAC < prev    next >
Text File  |  1996-08-24  |  1KB  |  41 lines

  1.                              ┌─────────────────┐
  2.                              │ PINE Macro File │
  3.                              └─────────────────┘
  4.  
  5. This keyboard file supports the Pine Message System (and Pico Text Editor)
  6. used by many Internet providers.
  7.  
  8. Use it the same way as VT102.MAC (see Appendix E).
  9.  
  10. Press Alt+Z for File Transfer Menu.
  11.  
  12. ───────────────────────────────────────────────────────────────────────────
  13.  {:nocar} {unload}      Unload keyboard file when carrier drops
  14.  
  15.  {:hom} {send ^A} {}            Home
  16.  {:end} {send ^E} {}            End
  17.  {:pgu} {send ^Y} {}            PgUp
  18.  {:pgd} {send ^V} {}            PgDn
  19.  {:cra} {send ^@} {}            Next word
  20.  
  21.  {:upa} {send ^P} {}            Up Arrow
  22.  {:dna} {send ^N} {}            Down Arrow
  23.  {:lfa} {send ^B} {}            Left Arrow
  24.  {:rta} {send ^F} {}            Right Arrow
  25.  
  26.  {:del} {send ^D} {}            Delete
  27.  {:bsp} {send ^H} {}            Backspace
  28.  
  29.  
  30.   Macro for File Transfers (press Alt+Z)
  31.   ────────────────────────────────────────────────────────────────────────────
  32.   {:alz}
  33.    {setv _menu1, D = Download menu}
  34.    {setv _menu3, U = Upload menu}
  35.    {setv _mlabel,,,,mpd,,,,,,,,,,,,,,,,,mpu}
  36.    {setv _mcolor,%menu_clr}
  37.    {menu 7,20,File Transfer} {}
  38.  
  39.                                  - end -
  40.  
  41.